Pro-Cloud API Web Service
Method/ProCloudWS.asmx/AddressesGetByProvider
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/AddressesGetByProvider (Method)
Description

This web method returns a list of all the addresses setup in the system, the ids returned by this are used by a number of other web methods.

Request (AddressesGetByProviderSoapIn)

The request body is of type AddressesGetByProvider.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

xml:string
strPassword Element objProviderGUId Element Sequence AddressesGetByProvider Element

Overview

Sequence
Response (AddressesGetByProviderSoapOut)

The response body is of type AddressesGetByProviderResponse.

Response Body Parameters

NameDescriptionData Type
 objAddressesGetByProviderReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence AddressesGetByProviderResult Element Sequence AddressesGetByProviderResponse Element

Overview

Sequence
Sequence
intErrorId xs:int
strErrorMsg optional xs:string
xmlDataSet optional
Sequence
Any
Example
<?xml version="1.0" encoding="UTF-8"?>
<objAddressesGetByProviderReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<intErrorId>0</intErrorId>
	<strErrorMsg/>
	<xmlDataSet>
		<NewDataSet xmlns="">
			<AddressesGetByProvider>
				<AddressID>-1</AddressID>
				<AddressString>All Addresses</AddressString>
			</AddressesGetByProvider>
			<AddressesGetByProvider>
				<AddressID>163658</AddressID>
				<AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString>
			</AddressesGetByProvider>
			<AddressesGetByProvider>
				<AddressID>163798</AddressID>
				<AddressString>3, Greenhough Road, Lichfield, WS13 7AU</AddressString>
			</AddressesGetByProvider>
			<AddressesGetByProvider>
				<AddressID>163672</AddressID>
				<AddressString>3, Greenhough Road, Lichfield, WS13 7AU</AddressString>
			</AddressesGetByProvider>
			<AddressesGetByProvider>
				<AddressID>163648</AddressID>
				<AddressString>3, Greenhough Road, Lichfield, WS13 7AU</AddressString>
			</AddressesGetByProvider>
			<AddressesGetByProvider>
				<AddressID>163677</AddressID>
				<AddressString>Builing 3, Greenhough Road, Lichfield, WS13 7AU</AddressString>
			</AddressesGetByProvider>
			<AddressesGetByProvider>
				<AddressID>163657</AddressID>
				<AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString>
			</AddressesGetByProvider>
			<AddressesGetByProvider>
				<AddressID>163673</AddressID>
				<AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString>
			</AddressesGetByProvider>
			<AddressesGetByProvider>
				<AddressID>163656</AddressID>
				<AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString>
			</AddressesGetByProvider>
			<AddressesGetByProvider>
				<AddressID>163695</AddressID>
				<AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString>
			</AddressesGetByProvider>
			<AddressesGetByProvider>
				<AddressID>163696</AddressID>
				<AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString>
			</AddressesGetByProvider>
			<AddressesGetByProvider>
				<AddressID>163659</AddressID>
				<AddressString>Unit 3, Greenhough Road, Lichfield, WS13 7AU</AddressString>
			</AddressesGetByProvider>
			<AddressesGetByProvider>
				<AddressID>163653</AddressID>
				<AddressString>Creative Software Solutions, Greenhough Road, Lichfield, WS13 7AU</AddressString>
			</AddressesGetByProvider>
		</NewDataSet>
	</xmlDataSet>
</objAddressesGetByProviderReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service